object Form_HintEditor: TForm_HintEditor Left = 231 Top = 146 BorderStyle = bsDialog Caption = 'MB Hint Editor' ClientHeight = 115 ClientWidth = 226 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] KeyPreview = True OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 5 Top = 6 Width = 215 Height = 81 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object MemoHint: TMemo Left = 8 Top = 8 Width = 200 Height = 65 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnKeyDown = MemoHintKeyDown end end object ButtonOK: TBitBtn Left = 36 Top = 92 Width = 75 Height = 20 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 end object ButtonCancel: TBitBtn Left = 116 Top = 92 Width = 75 Height = 20 Cancel = True Caption = 'Abbruch' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 OnClick = ButtonCancelClick NumGlyphs = 2 end end